TabControl.setImagePosition

Sets the position of the optional image relative to the tab header text.

Supported values:
ValueDescription
LeftImage is positioned to the left of the text
RightImage is positioned to the right of the text
NoneNo image will be displayed

Further documentation.

Examples:

 controls.TAB1.imagePosition = "Left";
 

Parameters

java.lang.String  imagePosition,